home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / HENSA / MATHS / PLPLOT / PLPLOT.ZIP / examples / tcl / demos.tcl next >
Encoding:
Text File  |  1994-06-30  |  1021 b   |  40 lines

  1. # $Id: demos.tcl,v 1.3 1994/06/30 18:47:34 mjl Exp $
  2. # $Log: demos.tcl,v $
  3. # Revision 1.3  1994/06/30  18:47:34  mjl
  4. # Now sources all the tcl demo files.
  5. #
  6. # Revision 1.2  1994/06/25  20:33:54  mjl
  7. # Moved stuff corresponding to first demo into separate file.
  8. #
  9. # Revision 1.1  1994/06/23  22:39:30  mjl
  10. # New demo file for "pltcl" interpreter.  Needs fleshing out.
  11. #
  12. #----------------------------------------------------------------------------
  13. # PLPLOT TCL demos
  14. # Maurice LeBrun
  15. # IFS, University of Texas at Austin
  16. # 23-Jun-1994
  17. #
  18. # To plot these, start up pltcl and select the desired device type.  Type
  19. # "source demos.tcl", then type "1" for the first demo, "2" for the
  20. # second, and so on.
  21. #----------------------------------------------------------------------------
  22.  
  23. source x01.tcl
  24. source x02.tcl
  25. source x03.tcl
  26. source x04.tcl
  27. source x05.tcl
  28. source x06.tcl
  29. source x07.tcl
  30. source x08.tcl
  31. source x09.tcl
  32. source x10.tcl
  33. source x11.tcl
  34. source x12.tcl
  35. source x13.tcl
  36. source x14.tcl
  37. source x15.tcl
  38. source x16.tcl
  39.